ci: Add dbus-launch to the Docker build
authorEmmanuele Bassi <ebassi@gnome.org>
Fri, 20 Mar 2020 15:36:39 +0000 (15:36 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Fri, 20 Mar 2020 15:36:39 +0000 (15:36 +0000)
.gitlab-ci.yml
.gitlab-ci/fedora.Dockerfile

index c497040add06ce97ece16b3cd2cb866793e3acf3..857586f6fc8683876eb3ac1f7c36c803388847a9 100644 (file)
@@ -27,14 +27,14 @@ variables:
 
 style-check-diff:
   extends: .only-default
-  image: registry.gitlab.gnome.org/gnome/gtk/fedora:v14
+  image: registry.gitlab.gnome.org/gnome/gtk/fedora:v15
   stage: .pre
   allow_failure: true
   script:
     - .gitlab-ci/run-style-check-diff.sh
 
 fedora-x86_64:
-  image: registry.gitlab.gnome.org/gnome/gtk/fedora:v14
+  image: registry.gitlab.gnome.org/gnome/gtk/fedora:v15
   stage: build
   variables:
     EXTRA_MESON_FLAGS: "--buildtype=debug --default-library=both"
@@ -66,7 +66,7 @@ fedora-x86_64:
     <<: *cache-paths
 
 release-build:
-  image: registry.gitlab.gnome.org/gnome/gtk/fedora:v14
+  image: registry.gitlab.gnome.org/gnome/gtk/fedora:v15
   stage: build
   variables:
     EXTRA_MESON_FLAGS: "--buildtype=release"
@@ -168,7 +168,7 @@ flatpak-master:icon-browser:
   <<: *flatpak-master
 
 static-scan:
-  image: registry.gitlab.gnome.org/gnome/gtk/fedora:v14
+  image: registry.gitlab.gnome.org/gnome/gtk/fedora:v15
   stage: analysis
   variables:
     EXTRA_MESON_FLAGS: "--buildtype=debug"
@@ -181,7 +181,7 @@ static-scan:
   allow_failure: true
 
 reference:
-  image: registry.gitlab.gnome.org/gnome/gtk/fedora:v14
+  image: registry.gitlab.gnome.org/gnome/gtk/fedora:v15
   stage: docs
   variables:
     EXTRA_MESON_FLAGS: "--buildtype=release"
index 10cb2f7f6a09053a8a2220c65634f27940aed4e6..a21549473b4fc3822eec6f6100180c1b6ca481ba 100644 (file)
@@ -13,6 +13,7 @@ RUN dnf -y install \
     colord-devel \
     cups-devel \
     dbus-daemon \
+    dbus-x11 \
     dejavu-sans-mono-fonts \
     desktop-file-utils \
     diffutils \